home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / fastnote / FastNoteSetup.exe / {app} / kfn.exe / 0 / RCDATA / TABOUTFASTNOTE / TABOUTFASTNOTE.txt
Text File  |  2004-03-10  |  2KB  |  111 lines

  1. object AboutFastNote: TAboutFastNote
  2.   Left = 244
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Info about...'
  7.   ClientHeight = 191
  8.   ClientWidth = 314
  9.   Color = clYellow
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg 2'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnMouseDown = FormMouseDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object LogoImage: TImage
  22.     Left = 8
  23.     Top = 24
  24.     Width = 50
  25.     Height = 50
  26.   end
  27.   object Label1: TLabel
  28.     Left = 72
  29.     Top = 29
  30.     Width = 146
  31.     Height = 37
  32.     Caption = 'Fast Note'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -32
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object VerLabel: TLabel
  41.     Left = 200
  42.     Top = 68
  43.     Width = 36
  44.     Height = 16
  45.     Caption = 'v1.1.1'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object Label2: TLabel
  54.     Left = 16
  55.     Top = 168
  56.     Width = 140
  57.     Height = 13
  58.     Cursor = crHandPoint
  59.     Caption = 'Visit Kirys Tech 2000 Website'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clHotLight
  62.     Font.Height = -11
  63.     Font.Name = 'MS Shell Dlg 2'
  64.     Font.Style = [fsUnderline]
  65.     ParentFont = False
  66.     OnClick = Label2Click
  67.   end
  68.   object TitleOwnerDraw: TPaintBox
  69.     Left = 0
  70.     Top = 0
  71.     Width = 314
  72.     Height = 13
  73.     Align = alTop
  74.     OnMouseDown = TitleOwnerDrawMouseDown
  75.     OnPaint = TitleOwnerDrawPaint
  76.   end
  77.   object SpeedButton1: TSpeedButton
  78.     Left = 248
  79.     Top = 160
  80.     Width = 57
  81.     Height = 22
  82.     Caption = 'Close'
  83.     Flat = True
  84.     OnClick = SpeedButton1Click
  85.   end
  86.   object SpeedButton2: TSpeedButton
  87.     Left = 302
  88.     Top = 1
  89.     Width = 11
  90.     Height = 11
  91.     Flat = True
  92.     OnClick = SpeedButton2Click
  93.   end
  94.   object Memo1: TMemo
  95.     Left = 8
  96.     Top = 88
  97.     Width = 297
  98.     Height = 65
  99.     BevelKind = bkFlat
  100.     BorderStyle = bsNone
  101.     Color = clYellow
  102.     Lines.Strings = (
  103.       'This software is a copyright of Kirys Tech 2000.'
  104.       'Refer to license.rtf for condition of distribution and use.'
  105.       'Refer to the credits page in the help file for more info about '
  106.       'the copyright and the betatesters.')
  107.     ReadOnly = True
  108.     TabOrder = 0
  109.   end
  110. end
  111.